JOYSTICK SLIDER B

This command will return the Slider B value of the default analogue joystick.

  Syntax
Return Integer=JOYSTICK SLIDER B()
  Returns

The command will return the slider b value of the default analogue joystick

  Example Code
do
cls
print "joystick slider a "+str$(joystick slider a())
print "joystick slider b "+str$(joystick slider b())
print "joystick slider c "+str$(joystick slider c())
print "joystick slider d "+str$(joystick slider d())
loop
end
  See also

INPUT Commands Menu
Index